home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
I SPY Press Kit
/
I-SPY Press Kit.iso
/
pc
/
acrobat reader 5 pc
/
acrord32.exe
/
EXVW
/
10025
< prev
next >
Wrap
Text File
|
2001-09-24
|
1KB
|
29 lines
dialog(name: '$$$/Prefs/Options', margin_height: 0, margin_width: 0)
{
view(align_children: align_left)
{
cluster(name: '$$$/Prefs/Options/Browser', dwidth: gPrefsPanelWidth, align_children: align_left)
{
check_box(item_id: 'lame', name: '$$$/Prefs/Options/BrowserIntegration');
check_box(item_id: 'BrCh', name: '$$$/Prefs/Options/BrowserCheck');
check_box(item_id: 'ByRg', name: '$$$/Prefs/Options/ByteRangeRequests');
check_box(item_id: 'BkDl', name: '$$$/Prefs/Options/AllowBackgroundDownloading');
}
cluster(name: '$$$/Prefs/Options/Startup', dwidth: gPrefsPanelWidth, align_children: align_left)
{
check_box(item_id: 'Spla', name: '$$$/Prefs/Options/DisplaySplashScreenAtStartup');
check_box(item_id: 'Cert', name: '$$$/Prefs/Options/CertifiedPluginsOnly');
}
cluster(name: '$$$/Prefs/Options/Other', dwidth: gPrefsPanelWidth, align_children: align_left)
{
check_box(item_id: 'Cach', name: '$$$/Prefs/Options/UsePageCache');
check_box(item_id: 'LgPN', name: '$$$/Prefs/Options/UseLogicalPageNumbers');
check_box(item_id: 'FlLk', name: '$$$/Prefs/Options/AllowFileOpenLinks');
check_box(item_id: 'XDoc', name: '$$$/Prefs/Options/OpenCrossDocLinksInSameWindow');
check_box(item_id: 'EdWn', name: '$$$/Prefs/Options/SkipEditingWarnings');
check_box(item_id: 'opti', name: '$$$/Prefs/Options/SaveAsOptimized');
button(item_id: 'Rest', name: '$$$/Prefs/Options/ResetWarnings');
}
}
}